home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFPOPUP / TFPOPUP.txt < prev   
Text File  |  2002-03-16  |  2KB  |  109 lines

  1. object fPopUp: TfPopUp
  2.   Left = 272
  3.   Top = 195
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'One time BETA User verification'
  7.   ClientHeight = 299
  8.   ClientWidth = 402
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 1
  23.     Top = 1
  24.     Width = 400
  25.     Height = 150
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     Stretch = True
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 1
  32.     Top = 199
  33.     Width = 400
  34.     Height = 99
  35.     BevelOuter = bvLowered
  36.     TabOrder = 0
  37.     object Label1: TLabel
  38.       Left = 8
  39.       Top = 8
  40.       Width = 385
  41.       Height = 41
  42.       AutoSize = False
  43.       Caption = 
  44.         'Welcome to Matrix Y2K v6.0 this is a one time registration proce' +
  45.         'ss. Please enter your registration code you have received when y' +
  46.         'ou have downloaded Matrix Y2K 6.0'
  47.       Font.Charset = ANSI_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -9
  50.       Font.Name = 'Verdana'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       WordWrap = True
  54.     end
  55.     object Edit1: TEdit
  56.       Left = 5
  57.       Top = 63
  58.       Width = 345
  59.       Height = 21
  60.       TabOrder = 0
  61.     end
  62.     object Button2: TButton
  63.       Left = 354
  64.       Top = 63
  65.       Width = 41
  66.       Height = 20
  67.       Caption = 'Ok'
  68.       Default = True
  69.       TabOrder = 1
  70.       OnClick = Button2Click
  71.     end
  72.   end
  73.   object Panel2: TPanel
  74.     Left = 1
  75.     Top = 153
  76.     Width = 401
  77.     Height = 41
  78.     BevelOuter = bvLowered
  79.     TabOrder = 1
  80.     object Label2: TLabel
  81.       Left = 136
  82.       Top = 8
  83.       Width = 249
  84.       Height = 26
  85.       AutoSize = False
  86.       BiDiMode = bdLeftToRight
  87.       Caption = 
  88.         'Only needed if you lost your code or if you didn'#39't downloaded Ma' +
  89.         'trix Y2K from digitalice.com'
  90.       Font.Charset = ANSI_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = -9
  93.       Font.Name = 'Verdana'
  94.       Font.Style = []
  95.       ParentBiDiMode = False
  96.       ParentFont = False
  97.       WordWrap = True
  98.     end
  99.     object Button1: TButton
  100.       Left = 8
  101.       Top = 8
  102.       Width = 123
  103.       Height = 25
  104.       Caption = 'Get Registration Code'
  105.       TabOrder = 0
  106.     end
  107.   end
  108. end
  109.